home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 1.4 KB | 70 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWLink.r
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #define SystemSevenOrLater 1
-
- #include "Types.r"
-
- #include "FWLink.k"
-
- resource 'ALRT' (FW_kMacEditInLinkDialog, "ODF Destination Link Error") {
- {40, 40, 143, 418},
- FW_kMacEditInLinkDialog,
- { /* array: 4 elements */
- /* [1] */ OK, visible, sound1,
- /* [2] */ OK, visible, sound1,
- /* [3] */ OK, visible, sound1,
- /* [4] */ OK, visible, sound1
- },
- alertPositionMainScreen
- };
-
- resource 'DITL' (FW_kMacEditInLinkDialog, "ODF Destination Link Error") {
- { /* array DITLarray: 6 elements */
- /* [1] */
- {72, 275, 92, 366},
- Button {
- enabled,
- "Find Source"
- },
- /* [2] */
- {72, 174, 92, 265},
- Button {
- enabled,
- "Cancel"
- },
- /* [3] */
- {72, 70, 92, 161},
- Button {
- enabled,
- "Break Link"
- },
- /* [4] */
- {9, 70, 57, 366},
- StaticText {
- disabled,
- "You can't edit content at a link destination."
- " You may either find the source and edit it "
- "or break the link and edit the contents here."
- },
- /* [5] */
- {10, 20, 42, 52},
- Icon {
- disabled,
- 2
- },
- /* [6] */
- {68, 271, 96, 370},
- UserItem {
- disabled
- }
- }
- };
-
-